Collaboration diagram for XFcMatrix3:

Public Member Functions | |
| XFcMatrix3 () | |
| Empty constructor. | |
| XFcMatrix3 (const XFcMatrix3 &aMatrix) | |
| Copy-constructor. | |
| XFcMatrix3 (const REAL aMatrix[3][3]) | |
| Creation from an array of REALs. | |
| XFcMatrix3 (const XFcMatrix4 &aMatrix) | |
| Creation from a 4x4 matrix. | |
| XFcMatrix3 & | operator *= (const XFcMatrix3 &aMatrix) |
| Multiplies this matrix with an another matrix. | |
| XFcMatrix3 & | operator *= (const REAL &aArg) |
| Multiplies this matrix with a REAL. | |
| XFcMatrix3 & | operator *= (int aArg) |
| Multiplies this matrix with an int. | |
| XFcMatrix3 & | operator *= (float aArg) |
| Multiplies this matrix with a float. | |
| XFcMatrix3 | operator * (const XFcMatrix3 &aMatrix) const |
| Creates a new matrix which contains the result of matrix * matrix operation. | |
| XFcMatrix3 | operator * (const REAL &aArg) const |
| Creates a new matrix which contains the result of this * REAL. | |
| XFcMatrix3 | operator * (int aArg) const |
| Creates a new matrix which contains the result of this * int. | |
| XFcMatrix3 | operator * (float aArg) const |
| Creates a new matrix which contains the result of this * float. | |
Public Attributes | |
| REAL | m [3][3] |
| The contents of the matrix in row-major order. | |
|
|
Empty constructor.
|
|
|
Copy-constructor.
|
|
|
Creation from an array of REALs.
|
|
|
Creation from a 4x4 matrix.
|
|
|
Creates a new matrix which contains the result of this * float.
|
|
|
Creates a new matrix which contains the result of this * int.
|
|
|
Creates a new matrix which contains the result of this * REAL.
|
|
|
Creates a new matrix which contains the result of matrix * matrix operation.
|
|
|
Multiplies this matrix with a float.
|
|
|
Multiplies this matrix with an int.
|
|
|
Multiplies this matrix with a REAL.
|
|
|
Multiplies this matrix with an another matrix.
|
|
|
The contents of the matrix in row-major order.
|
![]() |
Confidential Copyright © 2002-2003 Fathammer | with doxygen by Dimitri van Heesch | ||